[Merged by Bors] - chore(LinearAlgebra/Matrix): deprecate Matrix.star_mul#38307
[Merged by Bors] - chore(LinearAlgebra/Matrix): deprecate Matrix.star_mul#38307Vierkantor wants to merge 2 commits intoleanprover-community:masterfrom
Matrix.star_mul#38307Conversation
This PR generalizes the `Matrix.starMul` instance so that `Matrix.star_mul` can be replaced with `star_mul` from the root namespace. I verified the two are exactly the same (after this generalization) by `with_reducible rfl`. I noticed this [while looking at docstrings](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/.60star_mul.60.20is.20a.20version.20of.20.60star_mul.60.20for.20.60.2A.60.20instead.20of.20.60.2A.60/with/587815164).
PR summary 15d92c605bImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
|
🚀 Pull request has been placed on the maintainer queue by themathqueen. |
|
bors merge |
|
Merge conflict. Merge or rebase |
|
This pull request has conflicts, please merge |
|
bors d+ bors merge |
|
✌️ Vierkantor can now approve this pull request. To approve and merge a pull request, simply reply with |
This PR generalizes the `Matrix.starMul` instance so that `Matrix.star_mul` can be replaced with `star_mul` from the root namespace. I verified the two are exactly the same (after this generalization) by `with_reducible rfl`. I noticed this [while looking at docstrings](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/.60star_mul.60.20is.20a.20version.20of.20.60star_mul.60.20for.20.60.2A.60.20instead.20of.20.60.2A.60/with/587815164). Co-authored-by: Anne C.A. Baanen <vierkantor@vierkantor.com>
|
This PR was included in a batch that was canceled, it will be automatically retried |
This PR generalizes the `Matrix.starMul` instance so that `Matrix.star_mul` can be replaced with `star_mul` from the root namespace. I verified the two are exactly the same (after this generalization) by `with_reducible rfl`. I noticed this [while looking at docstrings](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/.60star_mul.60.20is.20a.20version.20of.20.60star_mul.60.20for.20.60.2A.60.20instead.20of.20.60.2A.60/with/587815164). Co-authored-by: Anne C.A. Baanen <vierkantor@vierkantor.com>
|
Pull request successfully merged into master. Build succeeded: |
Matrix.star_mulMatrix.star_mul
This PR generalizes the
Matrix.starMulinstance so thatMatrix.star_mulcan be replaced withstar_mulfrom the root namespace. I verified the two are exactly the same (after this generalization) bywith_reducible rfl. I noticed this while looking at docstrings.